It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2026-01-08 0 5 // 1 2026-01-09 0 3 // 2 2026-01-10 0 4 // 3 2026-01-11 0 0 // 4 2026-01-12 0 3 // 5 2026-01-13 0 1 // 6 2026-01-14 0 9 // 7 2026-01-15 0 3 // 8 2026-01-16 0 4 // 9 2026-01-17 0 5 // 10 2026-01-18 0 0 // 11 2026-01-19 0 4 // 12 2026-01-20 0 1 // 13 2026-01-21 0 2 // 14 2026-01-22 0 0 // 15 2026-01-23 0 11 // 16 2026-01-24 0 1 // 17 2026-01-25 0 7 // 18 2026-01-26 0 4 // 19 2026-01-27 0 6 // 20 2026-01-28 0 0